home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / a_to_d / ccs16 / csnbinfo.dfm / csnbinfo.txt
Encoding:
Text File  |  1996-09-15  |  2.2 KB  |  127 lines

  1. object csNBInfoDlg: TcsNBInfoDlg
  2.   Left = 263
  3.   Top = 115
  4.   ActiveControl = CaptionEdit
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Edit Tab'
  8.   ClientHeight = 200
  9.   ClientWidth = 289
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 273
  21.     Height = 145
  22.     Shape = bsFrame
  23.     IsControl = True
  24.   end
  25.   object Label1: TLabel
  26.     Left = 16
  27.     Top = 16
  28.     Width = 48
  29.     Height = 13
  30.     Caption = '&Caption:'
  31.     FocusControl = CaptionEdit
  32.   end
  33.   object Label2: TLabel
  34.     Left = 16
  35.     Top = 44
  36.     Width = 78
  37.     Height = 13
  38.     Caption = 'Help Conte&xt:'
  39.     FocusControl = HelpContextEdit
  40.   end
  41.   object EnabledLabel: TLabel
  42.     Left = 16
  43.     Top = 72
  44.     Width = 51
  45.     Height = 13
  46.     Caption = '&Enabled:'
  47.     OnClick = EnabledLabelClick
  48.   end
  49.   object VisibleLabel: TLabel
  50.     Left = 16
  51.     Top = 96
  52.     Width = 42
  53.     Height = 13
  54.     Caption = '&Visible:'
  55.     OnClick = VisibleLabelClick
  56.   end
  57.   object OKBtn: TBitBtn
  58.     Left = 8
  59.     Top = 164
  60.     Width = 77
  61.     Height = 27
  62.     Caption = '&OK'
  63.     TabOrder = 2
  64.     OnClick = OKBtnClick
  65.     Kind = bkOK
  66.     Margin = 2
  67.     Spacing = -1
  68.     IsControl = True
  69.   end
  70.   object CancelBtn: TBitBtn
  71.     Left = 92
  72.     Top = 164
  73.     Width = 77
  74.     Height = 27
  75.     TabOrder = 3
  76.     Kind = bkCancel
  77.     Margin = 2
  78.     Spacing = -1
  79.     IsControl = True
  80.   end
  81.   object HelpBtn: TBitBtn
  82.     Left = 176
  83.     Top = 164
  84.     Width = 77
  85.     Height = 27
  86.     TabOrder = 4
  87.     Kind = bkHelp
  88.     Margin = 2
  89.     Spacing = -1
  90.     IsControl = True
  91.   end
  92.   object CaptionEdit: TEdit
  93.     Left = 104
  94.     Top = 16
  95.     Width = 169
  96.     Height = 20
  97.     TabOrder = 0
  98.   end
  99.   object HelpContextEdit: TEdit
  100.     Left = 104
  101.     Top = 44
  102.     Width = 169
  103.     Height = 20
  104.     TabOrder = 1
  105.   end
  106.   object EnabledCheck: TCheckBox
  107.     Left = 104
  108.     Top = 72
  109.     Width = 13
  110.     Height = 17
  111.     Alignment = taLeftJustify
  112.     Caption = '&Enabled'
  113.     State = cbChecked
  114.     TabOrder = 5
  115.   end
  116.   object VisibleCheck: TCheckBox
  117.     Left = 104
  118.     Top = 96
  119.     Width = 13
  120.     Height = 17
  121.     Alignment = taLeftJustify
  122.     Caption = '&Enabled'
  123.     State = cbChecked
  124.     TabOrder = 6
  125.   end
  126. end
  127.